runtime/pprof.Profile.write (field)

10 uses

	runtime/pprof (current package)
		pprof.go#L139: 	write func(io.Writer, int) error
		pprof.go#L151: 	write: writeGoroutine,
		pprof.go#L157: 	write: writeThreadCreate,
		pprof.go#L163: 	write: writeHeap,
		pprof.go#L169: 	write: writeAlloc,
		pprof.go#L175: 	write: writeBlock,
		pprof.go#L181: 	write: writeMutex,
		pprof.go#L284: 	if p.write != nil {
		pprof.go#L331: 	if p.write != nil {
		pprof.go#L332: 		return p.write(w, debug)